net/http.http2clientStream.reqBodyClosed (field)
11 uses
net/http (current package)
h2_bundle.go#L7564: reqBodyClosed chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
h2_bundle.go#L7618: if cs.reqBody != nil && cs.reqBodyClosed == nil {
h2_bundle.go#L7625: if cs.reqBodyClosed != nil {
h2_bundle.go#L7628: cs.reqBodyClosed = make(chan struct{})
h2_bundle.go#L7629: reqBodyClosed := cs.reqBodyClosed
h2_bundle.go#L8498: bodyClosed := cs.reqBodyClosed
h2_bundle.go#L8752: if cs.reqBody != nil && cs.reqBodyClosed == nil {
h2_bundle.go#L8754: cs.reqBodyClosed = make(chan struct{})
h2_bundle.go#L8756: bodyClosed := cs.reqBodyClosed
h2_bundle.go#L8965: bodyClosed := cs.reqBodyClosed != nil
h2_bundle.go#L9060: if cs.reqBodyClosed != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |